home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0997.zip / readme.997 < prev    next >
Text File  |  1997-07-22  |  9KB  |  213 lines

  1. September 1997
  2. Dr. Dobb's Journal
  3.  
  4. File: EMACSPK.TXT
  5. Title: EMACSPEAK: A SPEECH-ENABLING INTERFACE
  6. Author: T.V. Raman
  7. Keywords: SEP97    LISP    EMACS   SPEECH  UI
  8. Description: Published source code example accompanying the article by T.V. 
  9. Raman in which he discusses Emacspeak, an audio output subsystem. 
  10.  
  11. File: TASKBAR.TXT
  12. Title: CONVERTING MFC TOOLBARS INTO WINDOWS 95 TASKBARS
  13. Author: Mark Janczura 
  14. Keywords: SEP97   WINDOWS 95  USER INFTERFACE   WINDOWS 3.1   MFC
  15. Description: Published source code accompanying the article by Mark Janczura 
  16. in which he shows you how to undock a taskbar from the shell, 
  17. giving users the option of docking the taskbar to the Windows 95 
  18. shell or to the application window. Also see TASKBAR.ZIP. 
  19.  
  20. File: TASKBAR.ZIP
  21. Title: CONVERTING MFC TOOLBARS INTO WINDOWS 95 TASKBARS
  22. Author: Mark Janczura 
  23. Keywords: SEP97   WINDOWS 95  USER INFTERFACE   WINDOWS 3.1   MFC
  24. Description: Complete source code and related files accompanying the article 
  25. by Mark Janczura in which he shows you how to undock a taskbar 
  26. from the shell, giving users the option of docking the taskbar to 
  27. the Windows 95 shell or to the application window. Requires 
  28. PKUNZIP/UNZIP to extract.
  29.  
  30. File: TREECTRL.TXT
  31. Title: CUSTOMIZING COMMON CONTROLS
  32. Author: Jason Clark
  33. Keywords: SEP97    C++    WINDOWS 95
  34. Description: Published source code accompanying the article by Jason Clark in 
  35. which he describes how you can customize common controls, using a 
  36. customized tree-view control as an example. Also see TREECTRL.ZIP.
  37.  
  38. File: TREECTRL.ZIP
  39. Title: CUSTOMIZING COMMON CONTROLS
  40. Author: Jason Clark
  41. Keywords: SEP97    C++    WINDOWS 95
  42. Description: Complete source code and related files accompanying the article 
  43. by Jason Clark in which he describes how you can customize common 
  44. controls, using a customized tree-view control as an example. 
  45. Requires PKUNZIP/UNZIP to extract.
  46.  
  47. File: JAVATUI.TXT
  48. Title: A TEXT UI FOR THE JAVA AWT
  49. Author: Stuart D. Gathman
  50. Keywords: SEP97    JAVA   UI    MULTIUSER
  51. Description: Published source code accompanying the article by Stuart D. 
  52. Gathman in which he presents a text user-interface toolkit for 
  53. the Java AWT that allows ASCII terminals to run Java applications 
  54. on UNIX servers. In addition, the toolkit enables a multiuser 
  55. Virtual Machine (VM). Also see JAVATUI.ZIP.
  56.  
  57. File: JAVATUI.ZIP
  58. Title: A TEXT UI FOR THE JAVA AWT
  59. Author: Stuart D. Gathman
  60. Keywords: SEP97    JAVA   UI    MULTIUSER
  61. Description: Complete source code accompanying the article by Stuart D. 
  62. Gathman in which he presents a text user-interface toolkit for 
  63. the Java AWT that allows ASCII terminals to run Java applications 
  64. on UNIX servers. In addition, the toolkit enables a multiuser 
  65. Virtual Machine (VM). Requires PKUNZIP/UNZIP to extract.
  66.  
  67. File: TAGGED.TXT
  68. Title: TAGGED DATA STORAGE ARCHITECTURES
  69. Author: Jeremy Vineyard
  70. Keywords: SEP97    C++  UI
  71. Description: Published source code accompanying the article by Jeremy 
  72. Vineyard in which he presents a tagged data storage technique 
  73. which improves the efficiency and robustness of your data-storage 
  74. architecture and decreases the time you spend writing code to 
  75. store and restore data. Also see TAGGED.ZIP.
  76.  
  77. File: TAGGED.ZIP
  78. Title: TAGGED DATA STORAGE ARCHITECTURES
  79. Author: Jeremy Vineyard
  80. Keywords: SEP97    C++  UI
  81. Description: Complete source code accompanying the article by 
  82. by Jeremy Vineyard in which he presents a tagged data storage 
  83. technique which improves the efficiency and robustness of your 
  84. data-storage architecture and decreases the time you spend 
  85. writing code to store and restore data. Requires PKUNZIP/UNZIP to extract.
  86.  
  87. File: JDEAD.TXT
  88. Title: JAVA DEADLOCK
  89. Author: Allan Vermeulen
  90. Keywords: SEP97    JAVA   C++   DEADLOCK  MULTITHREADED
  91. Description: Published code accompanying the by Allan Vermeulen in which he 
  92. discuses Java deadlock--a nasty problem where a program simply 
  93. stops executing because all threads are waiting for a resource 
  94. that will never become available. Allan examines Java deadlock, 
  95. and shows how it can be prevented. Also see JDEAD.ZIP.
  96.  
  97. File: JDEAD.ZIP
  98. Title: JAVA DEADLOCK
  99. Author: Allan Vermeulen
  100. Keywords: SEP97    JAVA   C++   DEADLOCK  MULTITHREADED
  101. Description: Unpublished code accompanying the by Allan Vermeulen in which he 
  102. discuses Java deadlock--a nasty problem where a program simply 
  103. stops executing because all threads are waiting for a resource 
  104. that will never become available. Allan examines Java deadlock, 
  105. and shows how it can be prevented. Requires PKUNZIP/UNZIP to extract.
  106.  
  107. File: SNAPSHOT.TXT
  108. Title: FIREWIRE: THE IEEE 1394 HIGH-SPEED SERIAL BUS
  109. Author: Thomas Tewell 
  110. Keywords: SEP97   CONSUMER ELECTRONICS   WIN32   
  111. Description: Published source code accompanying the article by Thomas Tewell 
  112. in which he discusses FireWire (also known as IEEE 1394) which 
  113. may pave the way for a true convergence of consumer electronics 
  114. and computers. Thomas presents a fully functional Win32 console 
  115. application that takes a snapshot from the CCM-DS250 digital 
  116. camera, converts it from a YUV format to a 24-bit device 
  117. independent bitmap (DIB), and writes the DIB to a file. 
  118. Also see SNAPSHOT.ZIP.
  119.  
  120. File: SNAPSHOT.ZIP
  121. Title: FIREWIRE: THE IEEE 1394 HIGH-SPEED SERIAL BUS
  122. Author: Thomas Tewell 
  123. Keywords: SEP97   CONSUMER ELECTRONICS   WIN32   
  124. Description: Unpublished source code accompanying the article by Thomas Tewell 
  125. in which he discusses FireWire (also known as IEEE 1394) which 
  126. may pave the way for a true convergence of consumer electronics 
  127. and computers. Thomas presents a fully functional Win32 console 
  128. application that takes a snapshot from the CCM-DS250 digital 
  129. camera, converts it from a YUV format to a 24-bit device 
  130. independent bitmap (DIB), and writes the DIB to a file. 
  131. Requires PKUNZIP/UNZIP to extract.
  132.  
  133. File: SNAPSHOT.TXT
  134. Title: FIREWIRE: THE IEEE 1394 HIGH-SPEED SERIAL BUS
  135. Author: Thomas Tewell
  136. Keywords: SEP97   CONSUMER ELECTRONICS   WIN32   
  137. Description: Published source code accompanying the article by Thomas Tewell 
  138. in which he discusses FireWire (also known as IEEE 1394) which 
  139. may pave the way for a true convergence of consumer electronics 
  140. and computers. Thomas presents a fully functional Win32 console 
  141. application that takes a snapshot from the CCM-DS250 digital 
  142. camera, converts it from a YUV format to a 24-bit device 
  143. independent bitmap (DIB), and writes the DIB to a file. Also see SNAPSHOT.ZIP.
  144.  
  145. File: SSS_VB.TXT
  146. Title: SERVER-SIDE SCRIPTING IN VISUAL BASIC
  147. Author: Al Williams
  148. Keywords: SEP97   VISUAL BASIC   HTML   ACTIVEX   WORLD WIDE WEB
  149. Description: Published source code accompanying the article by Al Williams in 
  150. which he shows how you can transform a boring web page into an 
  151. interactive powerhouse using Visual Basic, IIS 3.0, VBScript, and 
  152. server-side ActiveX components. Also see SSS_VB.ZIP.
  153.  
  154. File: SSS_VB.ZIP
  155. Title: SERVER-SIDE SCRIPTING IN VISUAL BASIC
  156. Author: Al Williams
  157. Keywords: SEP97   VISUAL BASIC   HTML   ACTIVEX   WORLD WIDE WEB
  158. Description: Unpublished source code and related files accompanying the 
  159. article by Al Williams in which he shows how you can transform a 
  160. boring web page into an interactive powerhouse using Visual 
  161. Basic, IIS 3.0, VBScript, and server-side ActiveX components. 
  162. Requires PKUNZIP/UNZIP to extract.
  163.  
  164. File: STEREO.TXT
  165. Title: STEREOSCOPIC IMAGING
  166. Author: Andy Ramm
  167. Keywords: SEP97   IMAGING  3-D
  168. Description: Published source code accompanying the article by Andy Ramm in 
  169. which he discusses stereoscopic imaging which gives you the 
  170. ability to deliver a natural 3-D view of an object or scene 
  171. dramatically increases technical proficiency and the ability to 
  172. interpret multidimensional data.
  173.  
  174. File: OPO.TXT
  175. Title: LEVERAGING ORACLE POWER OBJECTS 2.1
  176. Author: Douglas McArthur
  177. Keywords: SEP97   ORACLE   VISUAL DEVELOPMENT  CLIENT/SERVER   DATABASE
  178. Description: Published source code accompanying the article by Douglas C. 
  179. McArthur in which he describes how Oracle's visual development 
  180. Power Objects 2.1 tool was used to develop MDLSCREEN, an Oracle-
  181. based client/server data-management system for automated drug 
  182. discovery and high-throughput screening.
  183.  
  184. File: CPROG997.TXT
  185. Title: C PROGRAMMING COLUMN
  186. Author: Al Stevens
  187. Keywords: SEP97    C++  
  188. Description: Published source code accompanying the article by Al Stevens in 
  189. which he discusses the proposed C++ standardization process.
  190.  
  191. File: JAVAQ&A.TXT
  192. Title: JAVA Q&A
  193. Author: Cliff Berg
  194. Keywords: SEP97      JAVA      JAVA BEANS
  195. Description: Published source code accompanying the column by Cliff Berg in 
  196. which he discusses how to write a Java Bean. Also see JAVAQ&A.ZIP.
  197.  
  198. File: JAVAQ&A.ZIP
  199. Title: JAVA Q&A
  200. Author: Cliff Berg
  201. Keywords: SEP97      JAVA      JAVA BEANS
  202. Description: Unpublished source code accompanying the column by Cliff Berg in 
  203. which he discusses how to write a Java Bean. Requires UNZIP/PKUNZIP to extract.
  204.  
  205. File: AA997.TXT
  206. Title: ALGORITHM ALLEY
  207. Author: Bob Jenkins
  208. Keywords: SEP97      ALGORITHMS    HASH FUNCTIONS 
  209. Description: Source code accompanying the article by Bob Jenkins in which he 
  210. designs a new hash function.
  211.  
  212.  
  213.